Crate spacetimedb_commitlog

source ·

Re-exports§

Modules§

Structs§

Constants§

Functions§

  • Obtain an iterator which traverses the commitlog located at the root directory from the start, yielding Commits.
  • Obtain an iterator which traverses the commitlog located at the root directory starting from offset and yielding Commits.
  • Traverse the commitlog located at the root directory from the start and “fold” its transactions into the provided Decoder.
  • Traverse the commitlog located at the root directory starting from offset and “fold” its transactions into the provided Decoder.
  • Obtain an iterator which traverses the commitlog located at the root directory from the start, yielding Transactions.
  • Obtain an iterator which traverses the commitlog located at the root directory starting from offset and yielding Transactions.